Search
Graphics.drawCurve Method
See Also
 






Draws a spline curve.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawCurve (pen, points)

 Parameters

pen

The pen to stroke the curve with.

points

The points describing the curve.

 See Also